home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m15h01.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  635 b   |  22 lines

  1. on mouseDown
  2.   set the castNum of sprite 9 to cast "saveprint"
  3.   if pressLessonButton(9) then
  4.     pupSprites(1, 48, 0)
  5.     pupSprites(20, 24, 1)
  6.     repeat with x = 20 to 24
  7.       set the moveableSprite of sprite x to 1
  8.     end repeat
  9.     set the locH of sprite 20 to -2
  10.     set the locV of sprite 20 to -12
  11.     set the locH of sprite 21 to 382
  12.     set the locV of sprite 21 to 250
  13.     set the locH of sprite 22 to 339
  14.     set the locV of sprite 22 to 230
  15.     set the locH of sprite 23 to 426
  16.     set the locV of sprite 23 to 230
  17.     set the locH of sprite 24 to 382
  18.     set the locV of sprite 24 to 277
  19.     updateStage()
  20.   end if
  21. end
  22.